File Exists
Command Prototype
bRet = File.Exists(sPath)
Command Description
Determine a file exists or not, if exist, return true, if not, return false. Must be a file path
Parameter Description
- Required Parameter
- sPath--The path to a file
- return
- bRet--The variable used to save the output of the function call